serial: remove calls to serial_assign()
authorAllen Martin <[email protected]>
Thu, 25 Oct 2012 13:30:14 +0000 (13:30 +0000)
committerTom Warren <[email protected]>
Mon, 29 Oct 2012 16:07:06 +0000 (09:07 -0700)
commit0f8998022294ea744b5e2db0faacb96cddba2018
tree2c28827035597a21667d0c595862b2545be541a6
parente4ec9346735fdccce4d9b75a5896affe224a38be
serial: remove calls to serial_assign()

Remove calls to serial_assign() that are failing now that it returns a
proper error code.  This calls were not actually doing anything
because they passed the name of a stdio_dev when a serial_device name
is exptectd.

Signed-off-by: Allen Martin <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
common/cmd_nvedit.c
common/iomux.c